body {
    font-family: 'Raleway', sans-serif;
  /*   background-color:blue; */
  }
  .card {
    overflow:hidden;
  }
  h4 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  }
  
  .card-text {
    color: #333;
  }
  
  .bg-intro {
    background:url("https://m.media-amazon.com/images/I/71Agu95C-jL._AC_UF894,1000_QL80_.jpg") no-repeat top center;
    background-size:cover
  }
  
  .bg-scuba {
    background:url("https://joaniesimon.com/wp-content/uploads/2015/09/Cheesy-Pineapple-Pizza-Dip-Joanie-Simon-1.jpg") no-repeat center center;
    background-size:cover
  }
  
  .bg-openwater {
      background:url("https://forktospoon.com/wp-content/uploads/2021/03/Peach-Cobbler-47-2-500x375.jpg") no-repeat top center;
    background-size:cover
  }
  
  .bg-elearning {
      background:url("https://s.hdnux.com/photos/01/00/64/67/16993780/4/rawImage.jpg") no-repeat top center;
    background-size:cover
  }
  .bg-icecream {
    background:url("https://cdn.discordapp.com/attachments/776616264344928257/1131253758479839322/IMG_1483.jpg") no-repeat center;
  background-size:cover
}
.bg-eggs {
    background:url("https://cdn.discordapp.com/attachments/776616264344928257/1131253421463322624/IMG_1173.jpg") no-repeat center;
  background-size:cover
}
.bg-yukichef {
    background:url("https://cdn.discordapp.com/attachments/776616264344928257/1131257445239509073/VRChat_2023-02-11_18-56-19.004_1920x1080.png") no-repeat center;
  background-size:cover
}
.bg-cute {
    background:url("https://cdn.discordapp.com/attachments/776616264344928257/1131262023431368876/VRChat_2023-02-12_17-34-01.074_1920x1080.png") no-repeat center;
  background-size:cover
}
  @media (max-width:756px) {
    .col-md-4 {
      height:300px;
      overflow:hidden;
      padding-left:1rem;
      padding-right:1rem;
    }
  }